home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_089 / autoenquirer / atv.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  378b  |  20 lines

  1.  
  2. #include "exec/types.h"
  3. #include "intuition/intuition.h"
  4. #include "libraries/dos.h"
  5. #include "functions.h"
  6.  
  7. #ifdef NULL
  8. #undef NULL
  9. #define NULL ((void *)0)
  10. #endif
  11.  
  12. typedef unsigned UINT;
  13.  
  14. struct Screen *OpenScreen();                /* for terrain window */
  15. struct Window *OpenWindow(),*OpenWindow();
  16.  
  17. struct Screen *Screen;                        /* for enquirer window */
  18. struct Window *Window,*RWindow;
  19.  
  20.